Snapshot(long, Entity<TKey, TValue>)

Constructor

Namespace: Diffstore.Snapshots

Declared in: Diffstore.Snapshots.Snapshot<TKey, TValue>


Creates a snapshot of a given entity marked with specified time.

Syntax

public Snapshot(
	long time,
	Entity<TKey, TValue> state
)

Parameters

time

Snapshot creation time.

state

Entity value at the specified moment.


Back to index